Welcome![Sign In][Sign Up]
Location:
Search - key csharp

Search list

[Other resourceKNN(CSHARP)

Description: 基于不断学习的贝叶斯-KNN文本分类算法的设计与实现,给出原始几个类别的文本文件,通过机器学习,获取各个类别文本内容的主要特征,在这个基础上,给出待分类的文件库,系统通过自动分类,对文件库中的文本进行分类,把文件分配到最有可能的类别中。-based learning Bayesian-KNN text classification algorithm design and implementation given several types of the original text file, machine learning, access to all types of text that the key features On this basis, the classification given to the document, the system, through the automatic classification of documents for the text classification, documents distributed to the most likely categories.
Platform: | Size: 110850 | Author: linvg | Hits:

[Communication-MobileJustinIO

Description: 与串口通信的关键类-Serial Communication with the key category
Platform: | Size: 2048 | Author: 赵斗合 | Hits:

[CSharpKYEs

Description: 获取键盘信息的简单测试程序,该程序说明了一些与键盘有关的事件含义以及组合键信息的获取。-keyboard access to the information simple test program, which illustrate some of the keyboard and meaning of the events and key combinations access to information.
Platform: | Size: 32768 | Author: 朱竹 | Hits:

[xml-soap-webserviceMyWebServerCode

Description: This article explains how to write a simple web server application using C#. Though it can be developed in any .NET supported language, I chose C# for this example. The code is compiled using Beta 2. Microsoft (R) Visual C# Compiler Version 7.00.9254 [CLR version v1.0.2914]. It can be used with Beta 1 with some minor modification. This application can co-exists with IIS or any web server, the key is to choose any free port. I assume that the user has some basic understanding of .NET and C# or Visual Basic .Net. 这个项目演示了如何用C#实现一个简单的Web服务器应用程序。代码使用 Beta 2. Microsoft (R) Visual C# 编译器,Version 7.00.9254 [CLR version v1.0.2914]。它也可以用Beta 1,需要少量的修改。这个应用程序可以和IIS或任意Web服务器工作,关键是选择任意的自由端口。我假设用户有一些 .NET 和 C# 或 Visual Basic .Net编程的基本知识。 -This article explains how to write a simple web server application using C#. Though it can b e developed in any.NET supported language, I chose C# for this example. The code is compiled using Beta 2. Microsoft (R) Visual C# Compiler V ersion 7.00.9254 [CLR version v1.0.2914]. It c an be used with a beta with some minor modificati on. This application can co-exists with IIS or a ny web server, the key is to choose any free port. I assume that t he user has some basic understanding of.NET and C# or Visual Basic. Net. this project demonstrated how to use C# a simple W eb server applications. Use of Beta 2 code. Microsoft (R) Visual C# compiler, Version 7.00.9254 [CLR version v1.0.2914]. It can also be used to Beta 1, with a small modifications. This application procedures or arbitrary
Platform: | Size: 8192 | Author: 远超 | Hits:

[Crack HackRAS加密解密

Description: RAS加密机密的dotnet例子,在TEMP目录下有PublicKey.dat和privateKey.dat为公钥和私钥-RAS encryption of confidential dotnet example, TEMP directory in a PublicKey.dat for public key and privateKey.dat and private key
Platform: | Size: 37888 | Author: 杨微 | Hits:

[Crack HackRijndael加密

Description: 对称钥匙的加密解密的例子,采用Rijndael机密算法-symmetric key encryption and decryption example, used confidential Rijndael algorithm
Platform: | Size: 25600 | Author: 杨微 | Hits:

[CSharpdllexe

Description: 设计DLL调用方法EXE 利用到动态链接库编译完BUG中的.lib 和.dll文件,拷贝到创建完成的DESDlltest.exe工程目录下,要看到调用的结果,必须完成加密函数的实现,对输入的明文在输入的密钥后对其进行DES 加密,解密也是DES加密的逆过程!-design EXE DLL call methods used to dynamic link library compiler End of BUG. And lib. Dl l documents, copies of building projects completed DESDlltest.exe directory, Call to see the results, it must be completed to achieve encryption function, the importation of the imported expressly after its key DES encryption, decryption DES encryption is the inverse process!
Platform: | Size: 6144 | Author: flying840310 | Hits:

[SQL Serverdataset

Description:   ADO.NET是.Net FrameWork SDK中用以操作数据库的类库的总称。而DataSet类则是ADO.NET中最核心的成员之一,也是各种开发基于.Net平台程序语言开发数据库应用程序最常接触的类。之所以DataSet类在ADO.NET中具有特殊的地位,是因为DataSet在ADO.NET实现从数据库抽取数据中起到关键作用,在从数据库完成数据抽取后,DataSet就是数据的存放地,它是各种数据源中的数据在计算机内存中映射成的缓存,所以有时说DataSet可以看成是一个数据容器。同时它在客户端实现读取、更新数据库等过程中起到了中间部件的作用(DataReader只能检索数据库中的数据)。-ADO.NET yes. Net FrameWork SDK which is used to operate the database category for its tributaries. DataSet and ADO.NET category is the most crucial one of the members also on various development. Net platform programming language to develop database applications most frequently in touch with the class. The reason why the category of ADO.NET DataSet has a special status, because ADO.NET DataSet in achieving collected data from the database plays a key role the completion of data from the database collected, the DataSet is data storage, it is a variety of data sources of data in computer memory mapping into the cache, So sometimes that DataSet can be seen as a data containers. It will also achieve the client read, the process of updating the database, etc. have played a role in the intermedi
Platform: | Size: 26624 | Author: linse | Hits:

[CSharpZYB_NHD

Description: 程序采用当前最先进的Rijndael算法作为核心算法,带有可变块长和可变密钥长度的迭代块密码。块长和密钥长度可以分别指定成 128、192 或 256 位。假设一台一秒内可找出DES密钥的机器(如,每秒试255个密钥),如果用它来找出Rijndael的密钥,大约需要149万亿年。程序内部还使用了其它算法和符合密钥学的数据结构。多线程操作,保证加密时程序界面流畅,程序是用VS2005,C#做的,现将源程序发布在此。供初学者学习,希望对大家有所帮助。-procedures using the most advanced as a core Rijndael algorithm, with variable block length and variable length of the key block iterative password. Block length and key length can be designated as bit or 256. A second assumption Taiwan can identify with the DES key machines (for example, 255 per second key test), if it is used to identify the key Rijndael, approximately 149 Letters. Internal procedures are also used with other key algorithm and data structure of school. Multithreading operation to ensure that encryption program interface and smooth procedure is hashed, C# done. now source release here. For beginners learning, we hope to help.
Platform: | Size: 330752 | Author: huji | Hits:

[Windows DevelopWindowsTanKe

Description: 大家都知道键盘上几个的事件吧。 今天我就作了一个用上下左右键控制图标的小程序,帮助你理解这几个事件。。很好玩的。-we all know several of the keyboard events. Today I made a key up and down around the small icon control procedures to help you understand these events. . Very fun.
Platform: | Size: 363520 | Author: 小飞 | Hits:

[BooksASP.NET_1_2_3_4_5_6sdfeoqx

Description: ASP.NET+SQL Server动态网站开发案例精选[配套光盘] 本书讲解如何使用ASP.NET和SQL Server开发动态网站,并通过9个与现实生活息息相关的完整案例,使读者迅速掌握动态网站的开发方法和全 过程。 全书共分11章,第1~2章提纲挈领,将动态网站开发所涉及的关键知识点做了简要介绍。在第3~11章,从需求分析、系统分析、目录结 构和通用模块、界面设计到代码实现,一步步教会读者制作9个精选案例。配套光盘包括所有案例的源程序,读者可以直接取用。 本书适合网 页设计人员、Web应用开发人员和广大网络爱好者学习使用-Microsoft SQL Server dynamic web site development and selected cases [matching CD] on the book how to use ASP.NET and SQL Server development of dynamic web site, through 9 and the reality of life is closely related to the integrity cases, readers quick access to dynamic website development methods and the entire process. The book is divided into 11 chapters, Chapter 1 ~ 2 highlights, the dynamic web development as the key point of knowledge made a brief presentation. In paragraph 3 ~ 11 chapters, ranging from needs analysis, systems analysis, directory structure and generic modules, interface design to achieve code, a reader step by step the church produced nine selected cases. Matching discs include all cases of the source, and readers can access directly. The book suitable for Web Design
Platform: | Size: 872448 | Author: ant008 | Hits:

[CSharp2006081223131713066

Description: 迷宫地图的生成也有很多种方法,但是有些算法在生成较大维度时的计算速度很慢,尤其是如果用在电子词典之类上可能很成问题的。还有一个较大的问题就是很多算法生成的迷宫并不是真正意义上的迷宫,即路径不唯一。 用离散数学的集合观点来生成一个迷宫。 首先是M*N的一个矩阵,生成为M*N个集合,然后每次循环就合并一个集合,这样在M*N-1次合并之后就成了一个集合,也就是这M*N个元素连通了。算法首先得问题的是选择哪个元素来合并,我在这里是随机选择相邻集合。算法的关键是要记录合并的次序,否则你最后得到的只是一个M*N的集合而已。 再次由于是用集合生成的迷宫,在用程序自动生成任意两点的路径时就更为方便了-generated maps of the maze are also many ways, But some algorithm for generating larger dimension in the calculation speed is very slow, particularly if used in electronic dictionaries may like very problematic. There is a larger problem is that many of our method is not the real meaning of the maze of maze that is not the only path. Discrete Mathematics with a collection of viewpoints to generate a maze. First M* N is a matrix of Health as M* N pools, and then each cycle a pool on the merger, Thus, M* N-1 after the merger became a pool, which is M* N elements linked. Algorithm in the first issue is to choose which elements of the merger, I was here in the adjacent random selection pool. Algorithm, the key is to record the merger order, or else you get is the last one M* N pool only.
Platform: | Size: 51200 | Author: Xi Xie | Hits:

[Crack HackSerialNumberSecurity

Description: 使用非对成RSA算法的序列号验证基础库,使用者只需要更改Key.Resx中的公钥即可保证验证的安全性。-right into the use of non- RSA algorithm, the test sequence based bank Users only need to change Key.Resx the public key can be verified to ensure their safety.
Platform: | Size: 28672 | Author: 漆巧林 | Hits:

[AI-NN-PRKNN(CSHARP)

Description: 基于不断学习的贝叶斯-KNN文本分类算法的设计与实现,给出原始几个类别的文本文件,通过机器学习,获取各个类别文本内容的主要特征,在这个基础上,给出待分类的文件库,系统通过自动分类,对文件库中的文本进行分类,把文件分配到最有可能的类别中。-based learning Bayesian-KNN text classification algorithm design and implementation given several types of the original text file, machine learning, access to all types of text that the key features On this basis, the classification given to the document, the system, through the automatic classification of documents for the text classification, documents distributed to the most likely categories.
Platform: | Size: 1146880 | Author: linvg | Hits:

[Crack Hacklicenseproduct

Description: 硬盘序列号的获取,加密解密演示,实际应用效果良好,可以修改密钥-Hard drive serial number of the access, encryption and decryption demonstration, practical application of effective, can modify the key
Platform: | Size: 55296 | Author: lv gang | Hits:

[P2PCsharpP2P

Description: c#写的文件共享程序,该程序可以实现不同主机之间的文件共享功能.这个应用程序可以和IIS或任意Web服务器工作,关键是选择任意的自由端口。-c# written in file-sharing programs, the program can be achieved between the different host file-sharing features. this application and IIS or arbitrary Web servers work, the key is the freedom to choose arbitrary port.
Platform: | Size: 36864 | Author: 小张 | Hits:

[CSharpkey

Description: 键盘记录C#版本的很不错 很简单 但是需要自己修改 设置为隐藏运行和邮件发送程序已启用很不错-C#. Net written records of the operation of the keyboard is very simple little procedure
Platform: | Size: 46080 | Author: yuchengdu | Hits:

[GUI DevelopRacer

Description: a simple car racing game,use arraow key to move our player
Platform: | Size: 173056 | Author: vikas | Hits:

[CSharpkey

Description: 判断键盘按下的键值,这个在平时开发的时候经常用到-Determine the key keyboard press, this time in the normal development of frequently used
Platform: | Size: 33792 | Author: gucheng2008 | Hits:

[CSharpCSharp[AESEncryptDecrypt]

Description: C#编写的文件加密解密程序,使用AES加密算法,速度快,安全,不限制要输入的密钥长度,可以选择是否更改加密后文件的后缀名,界面美观-C# documents prepared by encryption and decryption procedures, the use of AES encryption algorithm, fast, safe, no restrictions on the importation of key length, you can choose whether to change the encrypted file suffix names, interface aesthetics
Platform: | Size: 87040 | Author: 卓然 | Hits:
« 12 3 4 5 »

CodeBus www.codebus.net